home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / resources.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(releaseOutside, rollOut).as < prev    next >
Encoding:
Text File  |  2004-03-22  |  177 bĀ   |  7 lines

  1. on(releaseOutside, rollOut){
  2.    this.newWidth = original_width;
  3.    this.newHeight = original_height;
  4.    _parent._parent.reset_original();
  5.    resource_txt.textColor = 0;
  6. }
  7.